home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET
/
BCI NET Dec 94.iso
/
archives
/
networking
/
anos
/
install_dis.lha
/
AmigaDIS
/
Copy_Utils
/
jed
/
INDENT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-07-13
|
354 b
|
28 lines
;
; INDENT
;
; keybindings for Allman-style C indentation,
;
(bind `alt \{'
{
; If you prefer K&R style indents change the next command to
; (move `r' 1)
(split)
(insert `a' ~\{)
(split)
(insert `a' ~\})
(move `u' 1)
(split)
(move `rt' 1)
})
(bind `alt \}'
{
(find `s' `\}')
(find `n')
(move `r' 1)
})